type runtime.iface
13 uses
runtime (current package)
alg.go#L98: a := (*iface)(p)
alg.go#L235: x := *(*iface)(p)
alg.go#L236: y := *(*iface)(q)
iface.go#L433: func assertI2I2(inter *interfacetype, i iface) (r iface) {
iface.go#L457: func assertE2I2(inter *interfacetype, e eface) (r iface) {
iface.go#L472: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L473: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L477: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L478: *dst = iface{assertE2I(inter, e._type), e.data}
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
print.go#L259: func printiface(i iface) {
runtime2.go#L204: type iface struct {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |